home *** CD-ROM | disk | FTP | other *** search
- Path: news.eunet.fi!newsmaster
- From: jukka@datact.pp.fi (Jukka Kuronen)
- Newsgroups: comp.lang.c++
- Subject: can you call vc++ objs from bc++ and vice versa?
- Date: Wed, 28 Feb 1996 21:41:48 GMT
- Message-ID: <4h2ibl$r4b@idefix.eunet.fi>
- NNTP-Posting-Host: datact.pp.fi
- X-Newsreader: Forte Free Agent 1.0.82
-
- Hi,
-
- My question is: can you use objects created with visual c++
- from borland c++, for example vc++ dll which has btree class
- and from bc++ usage is normal OO style. In other words, are
- these implementations compatible in object code?
-
- I'm asking this, because Delphi 2.0 will allow such interaction
- with borland c++ due to shared back-end compiler. I just wonder
- if it only could be done with vc++ also. The project I'm in is
- committed to vc++, but Delphi certainly beats vc++ in
- UI development (just my opinion).
-
- Regards,
- Jukka.
-
-
-